home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 44
/
PC Actual CD 44.iso
/
Linux
/
Cygwin
/
full.exe
/
Disk1
/
data1.cab
/
Tools
/
include
/
g++
/
string
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-04
|
238 b
|
14 lines
// Main header for the -*- C++ -*- string classes.
#ifndef __STRING__
#define __STRING__
#include <std/bastring.h>
extern "C++" {
typedef basic_string <char> string;
// typedef basic_string <wchar_t> wstring;
} // extern "C++"
#endif